Trying to connect a wiki into Miraheze farm, DNWB returned the error: The request was aborted: Could not create SSL/TLS secure channel. I investigated the problem and it seems to me the reason is the one explained here on StackOverflow So, as suggested in that Question, I added the code ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; at row 708, right before HttpWebRequest webReq = (HttpWebRequest)WebRequest.Create(pageURL); This modification seemingly solved the issue for me,...
Dear Code Driller, for my own purpose I am writing some extension to DotNetWikiBot to be used on a MediaWiki installation where WikiBase is integrated as well. I am implementing at least a part of the API as described here: https://www.mediawiki.org/wiki/Wikibase/API When I am done with this work, would you be interestend in integrating the code I added into the published version of the tool? I would give it away in open source as a thanks to you and as a possbile help to other interested users....
URI of a given page
Dear CodeDriller, thanks, you solved the issue. The problem causing my issues was actaully the site address as you suggested. For some reason, when I started using your tool, I wrote the string _WikiTrek = New DotNetWikiBot.Site("http://www.lucamauri.net/wikitrek/index.php") passing the address www.lucamauri.net/wikitrek/index.php: it worked fine on first tests and on pages creation so I never gave a second thought. In fact, I now see the correct address should be www.lucamauri.net/wikitrek: with...
Al these issueas were apparently caused by the same mistake as discussed in https://sourceforge.net/p/dotnetwikibot/discussion/572545/thread/d9d3fdcf/#eca9
Dear CodeDriller, thanks, you solved the issue. The problem causing my issues was actaully the site address as you suggested. For some reason, when I started using your tool, I wrote the string _WikiTrek = New DotNetWikiBot.Site("http://www.lucamauri.net/wikitrek/index.php") passing the address www.lucamauri.net/wikitrek/index.php: it worked fine on first tests and on pages creation so I never gave a second thought. In fact, I know see the correct address should be www.lucamauri.net/wikitrek: with...
Dear CodeDriller, thanks, you solved the issue. The problem causing my issues was actaully the site address as you suggested. For some reason, when I started using your tool, I wrote the string _WikiTrek = New DotNetWikiBot.Site("http://www.lucamauri.net/wikitrek/index.php") passing the address www.lucamauri.net/wikitrek/index.php: it worked fine on first tests and on pages creation so I never gave a second thought. In fact, I know see the correct address should be www.lucamauri.net/wikitrek: with...
Sorry there was a misunderstanding: i am programming in VB.net not C#.net So unfortunately this does not work either, I still got the same problem