glytoucan / glytoucan.github.io

github pages for glytoucan source code on github
http://code.glytoucan.org
0 stars 1 forks source link

エントリーページがうまく表示されなくなる問題 #153

Open shinmachi opened 6 years ago

shinmachi commented 6 years ago

glytoucan.orgのドメインにwwwが付いた場合、エントリーページがうまく表示されなくなることがわかった。 https://www.glytoucan.org/Structures/Glycans/G26202VU

ブラウザで"検証”->"コンソール”を開くと以下のようなエラーが出ていた。

VM548 jquery.min.js:4 Mixed Content: The page at 'https://www.glytoucan.org/Structures/Glycans/G26202VU' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://test.ts.glytoucan.org/sparql?query=PREFIX+glycan%3A+%3Chttp%3A%2F%2Fpurl.jp%2Fbio%2F12%2Fglyco%2Fglycan%23%3E%0APREFIX+glytoucan%3A+%3Chttp%3A%2F%2Fwww.glytoucan.org%2Fglyco%2Fowl%2Fglytoucan%23%3E%0A%0ASELECT+DISTINCT+%3FIUPAC_Extended%0AWHERE+%7B%0A++%23+Accession+Number%0A++VALUES+%3FaccNum+%7B%22G26202VU%22%7D%0A++%3Fsaccharide+glytoucan%3Ahas_primary_id+%3FaccNum+.%0A%0A++%23+IUPAC_Extended+%0A++%3Fsaccharide+glycan%3Ahas_glycosequence+%3FiupSeq+.%0A++%3FiupSeq+glycan%3Ahas_sequence+%3Fseq+.%0A++BIND(STR(%3Fseq)+AS+%3FIUPAC_Extended)%0A++%3FiupSeq+glycan%3Ain_carbohydrate_format+glycan%3Acarbohydrate_format_iupac_extended+.%0A%7D%0A'. This request has been blocked; the content must be served over HTTPS.