poppastring / dasblog-core

The original DasBlog reimagined with ASP.NET Core
MIT License
473 stars 195 forks source link

OpenLiveWriter integration broken? #507

Closed phatcher closed 3 years ago

phatcher commented 3 years ago

I can't get OpenLiveWriter to connect no matter what API integration I set - this is both locally and when deployed in Azure

shanselman commented 3 years ago

Do you have TLS 1.1 or 1.2?

On Tue, Nov 24, 2020 at 11:00 AM Paul Hatcher notifications@github.com wrote:

I can't get OpenLiveWriter to connect no matter what API integration I set

  • this is both locally and when deployed in Azure

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/poppastring/dasblog-core/issues/507, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAAWTFPTFXMIWPMPSW4J6DSRP7DXANCNFSM4UBJCKAQ .

phatcher commented 3 years ago

1.2 - I'll try downgrading the app service and see what happens

phatcher commented 3 years ago

That was it, works with TLS 1.1

BTW How do you do code styling etc given that OLW doesn't really support addins anymore? Part of the reason I don't blog more is that I spend so much time sorting out hygiene factors that I don't get around to writing much.

shanselman commented 3 years ago

Honestly I use the PreCode plugin and the original WindowsLiveWriter.

And with the TLS thing, it's annoying but I kept it at 1.2 and then I run fiddler locally and proxy through it. It's really ridiculous.

On Tue, Nov 24, 2020 at 1:20 PM Paul Hatcher notifications@github.com wrote:

That was it, works with TLS 1.1

BTW How do you do code styling etc given that OLW doesn't really support addins anymore? Part of the reason I don't blog more is that I spend so much time sorting out hygiene factors that I don't get around to writing much.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/poppastring/dasblog-core/issues/507#issuecomment-733240191, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAAWTH7C2A37765FSKWUDLSRQPTNANCNFSM4UBJCKAQ .

phatcher commented 3 years ago

Can easily install that version into Win 10 - fails to download some cabs from MS.

Precode provides a desktop version as well so I'll try formatting the code in that and paste from that